home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / FireMan.swf / scripts / frame_1055 / PlaceObject2_112_1527 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Text File  |  2008-09-12  |  254b  |  10 lines

  1. onClipEvent(load){
  2.    _root.intro = new Sound();
  3.    _root.intro.setVolume(100);
  4.    _root.intro.attachSound("MapaIntro");
  5.    _root.loop = new Sound();
  6.    _root.loop.attachSound("MapaLoop");
  7.    _root.loop.setVolume(100);
  8.    _root.intro.start();
  9. }
  10.